net/http.http2Framer.readMetaFrame (method)

2 uses

	net/http (current package)
		h2_bundle.go#L1934: 		return fr.readMetaFrame(f.(*http2HeadersFrame))
		h2_bundle.go#L2935: func (fr *http2Framer) readMetaFrame(hf *http2HeadersFrame) (http2Frame, error) {